Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

sha1.h File Reference

sha1 (fips-180-1 standard) secure hash header More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

struct  SHA1Instance

Typedefs

typedef SHA1Instance SHA1Instance

Functions

void SHA1Init (SHA1Instance *Inst)
void SHA1Process (SHA1Instance *Inst, unsigned char *Buffer, long Length)
void SHA1Finish (SHA1Instance *Inst, unsigned char *Hash, long HashLen)


Detailed Description

sha1 (fips-180-1 standard) secure hash header

Author:
Lightning
This file is the intellectual property of Novus Delta, LLC.. Usage of the contents of this file is subject to the Destiny3D Member License which can be found at http://www.destiny3d.com. Any other usage is prohibited.

This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.

Copyright (C) 2001-2004 Novus Delta, LLC. All Rights Reserved.


Change History

Date:
Sep 2004
Author:
Lightning
Remarks:
Creation

Typedef Documentation

typedef struct SHA1Instance SHA1Instance
 


Function Documentation

void SHA1Finish SHA1Instance   Inst,
unsigned char *    Hash,
long    HashLen
 

void SHA1Init SHA1Instance   Inst
 

void SHA1Process SHA1Instance   Inst,
unsigned char *    Buffer,
long    Length
 


Generated on Mon Sep 12 20:11:02 2005 for Destiny3D by doxygen1.3-rc3